]> git.saurik.com Git - apple/security.git/blobdiff - Keychain Circle Notification/KNPersistantState.h
Security-55471.tar.gz
[apple/security.git] / Keychain Circle Notification / KNPersistantState.h
diff --git a/Keychain Circle Notification/KNPersistantState.h b/Keychain Circle Notification/KNPersistantState.h
new file mode 100644 (file)
index 0000000..ad84248
--- /dev/null
@@ -0,0 +1,23 @@
+//
+//  KNPersistantState.h
+//  Security
+//
+//  Created by J Osborne on 7/28/13.
+//
+//
+
+#import <Foundation/Foundation.h>
+#include "SecureObjectSync/SOSCloudCircle.h"
+#include "SecureObjectSync/SOSPeerInfo.h"
+
+@interface KNPersistantState : NSObject
++(instancetype)loadFromStorage;
+-(void)writeToStorage;
+
+@property SOSCCStatus lastCircleStatus;
+@property NSNumber *debugLeftReason;
+@property NSNumber *pendingApplicationReminderInterval;
+@property NSDate *pendingApplicationReminder;
+@property NSDate *applcationDate;
+@property NSDate *lastWritten;
+@end